Autogenerated HTML docs for v1.7.11-3-g60475 
diff --git a/git-ls-files.html b/git-ls-files.html index f329fc4..b5b6398 100644 --- a/git-ls-files.html +++ b/git-ls-files.html 
@@ -793,10 +793,10 @@  <dd>   <p>   This feature is semi-deprecated. For scripting purpose,  - <tt>--porcelain</tt> and  - <tt>--name-status</tt> are almost always  + <a href="git-status.html">git-status(1)</a> <tt>--porcelain</tt> and  + <a href="git-diff-files.html">git-diff-files(1)</a> <tt>--name-status</tt> are almost always   superior alternatives, and users should look at  - <tt>--short</tt> or  + <a href="git-status.html">git-status(1)</a> <tt>--short</tt> or <a href="git-diff.html">git-diff(1)</a>   <tt>--name-status</tt> for more user-friendly alternatives.   </p>   <div class="paragraph"><p>This option identifies the file status with the following tags (followed by  @@ -865,7 +865,7 @@  <p>   Similar to <tt>-t</tt>, but use lowercase letters for files   that are marked as <em>assume unchanged</em> (see  - ).  + <a href="git-update-index.html">git-update-index(1)</a>).   </p>   </dd>   <dt class="hdlist1">  @@ -933,7 +933,7 @@  the index records up to three such pairs; one from tree O in stage   1, A in stage 2, and B in stage 3. This information can be used by   the user (or the porcelain) to see what should eventually be recorded at the  -path. (see for more information on state)</p></div>  +path. (see <a href="git-read-tree.html">git-read-tree(1)</a> for more information on state)</p></div>   <div class="paragraph"><p>When <tt>-z</tt> option is not used, TAB, LF, and backslash characters   in pathnames are represented as <tt>\t</tt>, <tt>\n</tt>, and <tt>\\</tt>,   respectively.</p></div>  @@ -942,7 +942,7 @@  <div class="sectionbody">   <div class="paragraph"><p><em>git ls-files</em> can use a list of "exclude patterns" when   traversing the directory tree and finding files to show when the  -flags --others or --ignored are specified.  +flags --others or --ignored are specified. <a href="gitignore.html">gitignore(5)</a>   specifies the format of exclude patterns.</p></div>   <div class="paragraph"><p>These exclude patterns come from these places, in order:</p></div>   <div class="olist arabic"><ol class="arabic">  @@ -978,11 +978,11 @@  </div>   <h2 id="_see_also">SEE ALSO</h2>   <div class="sectionbody">  -<div class="paragraph"><p>, </p></div>  +<div class="paragraph"><p><a href="git-read-tree.html">git-read-tree(1)</a>, <a href="gitignore.html">gitignore(5)</a></p></div>   </div>   <h2 id="_git">GIT</h2>   <div class="sectionbody">  -<div class="paragraph"><p>Part of the suite</p></div>  +<div class="paragraph"><p>Part of the <a href="git.html">git(1)</a> suite</p></div>   </div>   </div>   <div id="footnotes"><hr /></div>